projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72e91e
)
(term-ignore-error): Fix foolish errors.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Aug 1997 20:41:55 +0000
(20:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Aug 1997 20:41:55 +0000
(20:41 +0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index df70f7509c3d3f0aae3f125ca35eb0d1bab3cb29..b7930b704e70e536df34fb94067699f9515b86b0 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-691,9
+691,9
@@
Buffer local variable.")
;;; faces -mm
-(defmacro term-ignore-error (body)
+(defmacro term-ignore-error (
&rest
body)
`(condition-case nil
- (progn
@,
body)
+ (progn
,@
body)
(error nil)))
(defvar term-default-fg-color "SkyBlue")